From 85c891961bf63943fc975b971f25fb90c25def0a Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Mon, 7 Oct 2013 17:39:53 +0100 Subject: [PATCH] xenctx: fix typo in arm64 output Signed-off-by: Ian Campbell Acked-by: Julien Grall --- tools/xentrace/xenctx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xentrace/xenctx.c b/tools/xentrace/xenctx.c index 1214185bd8..4b774afdd3 100644 --- a/tools/xentrace/xenctx.c +++ b/tools/xentrace/xenctx.c @@ -497,7 +497,7 @@ static void print_ctx_64(vcpu_guest_context_t *ctx) print_symbol(regs->pc64); printf("\n"); - printf("LR: %016"PRIx64"zn", regs->x30); + printf("LR: %016"PRIx64"\n", regs->x30); printf("ELR_EL1: %016"PRIx64"\n", regs->elr_el1); printf("CPSR: %08"PRIx32"\n", regs->cpsr); -- 2.30.2